'宣言 Public Overloads Function ComboBox(Of T)( _ Optional ByVal selector As System.String _ ) As ComboBoxBuilder(Of T)
public ComboBoxBuilder<T> ComboBox<T>( System.string selector )
パラメータ
- selector
- Specifies a selector. It is optional. If it is not set, a default dom element will be generated.
型パラメータ
- T
- The data item type.